home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / stubber.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.7 KB  |  80 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Body Stubber
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Steven E. Nameroff
  7. --                   : WIS JPMO
  8. --                   : Washington, D.C.  20330
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1983 Steven E. Nameroff 
  13. -- DATE CREATED      : 15 July 1983
  14. -- DATE RELEASED     : 
  15. -- DATE LAST UPDATED : 
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : 
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  20. -- CATEGORY LEVEL 2  : STUBBER
  21. -- CATEGORY LEVEL 3  : Body Stubber 1
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Stub
  25. -- INDEX             : PDL
  26. -- INDEX             : Software Development
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_31
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.STUBBER>STUB*.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.STUBBER>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   STUB2.CMM               142           3
  37. --   STUB2.DIS               234          10
  38. --   STUB2.PRO              5872         125
  39. --   STUB2.SRC            128470        3084
  40. --   STUBBER.CMM            3852          86
  41. --   STUBBER.DIS              51           4
  42. --   STUBBER.PRO            3906          81
  43. --   STUBBER.SRC           81309        1808
  44. --   ===============  ==========  ==========
  45. --     8 Files            223836        5201
  46. --= ABSTRACT             ===============================================--
  47. --         This program  reads  an  Ada  specification  and  generates  a
  48. -- corresponding  Body with stubs for all subprograms.  The compiler used
  49. -- to write these programs was a 1982 (non ANSI Standard)  Ada  compiler,
  50. -- so  these  packages  will need to be updated before they will run on a
  51. -- Mil Std 1815A Ada compiler.  All of the compiler peculiarities, editor
  52. -- dependencies,   and   filer   dependencies  have  been  moved  to  the
  53. -- ROS_DEPENDENCIES package, with the exception of any peculiarities that
  54. -- might occur due to using 1982 nonANSI standard Ada.
  55. --= REVISION HISTORY     ===============================================--
  56. --
  57. -- DATE         VERSION AUTHOR                  HISTORY 
  58. -- 07/15/83     1.0     Steven E. Nameroff      Initial Release
  59. --= RELEASE NOTICE       ===============================================--
  60. -- This prologue must be included in all copies of this software.
  61. -- 
  62. -- This software is copyright by the author.
  63. -- 
  64. -- This software is released to the Ada community.
  65. -- This software is released to the Public Domain (note:
  66. --   software released to the Public Domain is not subject
  67. --   to copyright protection).
  68. -- Restrictions on use or distribution:  NONE
  69. --= DISCLAIMER           ===============================================--
  70. --     This software and its documentation are provided "AS IS" and
  71. -- without any expressed or implied warranties whatsoever.  No warranties
  72. -- as to performance, merchantability, or fitness for a particular
  73. -- purpose exist.
  74. --     The user is advised to test the software thoroughly before
  75. -- relying on it.  The user must assume the entire risk and liability of
  76. -- using this software.  In no event shall any person or organization of
  77. -- people be held responsible for any direct, indirect, consequential or
  78. -- inconsequential damages or lost profits.
  79. --======================================================================--
  80.